Platform Explorer / Nuxeo Platform 6.0

Extension point format-filters

Documentation

Extension Point for registering Format filters. This is for internal use mainly, new types of filters are not supposed to be registered by third-party applications.

Contribution Descriptors

  • Class: org.nuxeo.theme.formats.FormatFilterType

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-theme-core-6.0.jar
    <extension point="format-filters" target="org.nuxeo.theme.services.ThemeService">
    
        <format-filter name="add widget">
          <format-type>widget</format-type>
        </format-filter>
    
        <format-filter name="set style">
          <format-type>style</format-type>
        </format-filter>
    
        <format-filter name="set layout">
          <format-type>layout</format-type>
        </format-filter>
    
      </extension>